home *** CD-ROM | disk | FTP | other *** search
/ The Simpsons Ride - Sneak Peak / The Simpsons Ride - Sneak Peak.iso / mac / FINAL / videos.swf / scripts / frame_119 / DoAction_2.as next >
Text File  |  2008-07-25  |  223b  |  7 lines

  1. var connection_nc = new NetConnection();
  2. connection_nc.connect(null);
  3. var stream_ns = new NetStream(connection_nc);
  4. stream_ns.setBufferTime(5);
  5. my_video.attachVideo(stream_ns);
  6. stream_ns.play("final/sneak_peak.flv");
  7.